home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 January: Mac OS SDK / Dev.CD Jan 98 SDK2.toast / Development Kits (Disc 2) / QuickTime / Programming Stuff / Documentation / develop articles / develop Issue 15 / Text To Speech media handler / Code / MyVersionComponent.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-26  |  127 b   |  8 lines  |  [TEXT/KAHL]

  1. #include "ComponentData.h"
  2. #include "MyVersionComponent.h"
  3.  
  4. pascal ComponentResult MyVersionComponent()
  5. {
  6. return kMyVersion;
  7. }
  8.